Skip to content

Conversation

@scootermon
Copy link
Contributor

Fixes the following two warnings that happen as part of the build:

SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
  !!
          ********************************************************************************
          Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
          By 2026-Feb-18, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.
          See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
          ********************************************************************************
  !!
SetuptoolsDeprecationWarning: License classifiers are deprecated.
  !!
          ********************************************************************************
          Please consider removing the following classifiers in favor of a SPDX license expression:
          License :: OSI Approved :: MIT License
          See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
          ********************************************************************************
  !!

@eerimoq
Copy link
Owner

eerimoq commented Apr 27, 2025

Looks like Python 3.8 should be removed from CI as it fails and is EOL

@scootermon
Copy link
Contributor Author

Looks like Python 3.8 should be removed from CI as it fails and is EOL

I updated the Python versions used for the tests and also bumped the version used in the release flow to 3.11 to fix the warning:

Warning: cibuildwheel 3 will require Python 3.11+, please upgrade the Python version used to run cibuildwheel.

@eerimoq eerimoq merged commit 7885d8e into eerimoq:master Apr 28, 2025
8 checks passed
@scootermon scootermon deleted the feat/license-deprecations branch April 28, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants